home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libio/streambu.cc Sun Dec 18 18:47:54 1994
- --- src/libgplus.262/libio/streambu.cc Sun Dec 18 18:48:04 1994
- ***************
- *** 28,34 ****
- --- 28,38 ----
- #ifdef __GNUG__
- #pragma implementation
- #endif
- + #ifndef __MSDOS__
- #include "iostreamP.h"
- + #else
- + #include "iostreaP.h"
- + #endif
- #include <string.h>
- #include <stdarg.h>
- #include <errno.h>
-